home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / WPJV1N3.ZIP / PAINT.ZIP / PAINT.MAK < prev   
Text File  |  1993-02-24  |  331b  |  15 lines

  1. # Makefile for PAINT program
  2.  
  3. paint.exe: paint.obj paint.def
  4.     tlink /Tw /v /n /c C:\BORLANDC\LIB\c0ws paint,\
  5.           paint,,\
  6.           C:\BORLANDC\LIB\cws C:\BORLANDC\LIB\cs C:\BORLANDC\LIB\import,\
  7.            
  8.     rc paint.exe
  9.  
  10. .cpp.obj :
  11.     BCC -c -ms -v -W $<
  12.  
  13. .rc.res :
  14.     rc -r -iC:\BORLANDC\INCLUDE $<
  15.